setReplyAction
open fun setReplyAction(@Nullable pendingIntent: PendingIntent, @Nullable remoteInput: RemoteInput): NotificationCompat.CarExtender.UnreadConversation.Builder(source)
Sets the pending intent and remote input which will convey the reply to this notification.
Return
This object for method chaining.
Parameters
pendingIntent
The pending intent which will be triggered on a reply.
remoteInput
The remote input parcelable which will carry the reply.